home *** CD-ROM | disk | FTP | other *** search
/ Agent Central Host Computer / Agent - Central Host Computer.iso / _SETUP.1 / hwtypes.ctl < prev    next >
Text File  |  2000-05-12  |  630b  |  25 lines

  1. -- RCSVER $Id: hwtypes.ctl,v 1.2 1999-09-20 14:30:08-05 evan CURRENT $ */
  2. -- *************************************************************************
  3. --        Copyright (C) 1999, Agent Systems, Inc. All Rights Reserved.
  4. --
  5. -- Name:        hwtypes.ctl
  6. -- Date:     02/17/1999
  7. -- memo:        Randy Wood
  8. -- Description:    Load the data for the hwtypes table.
  9. -- Changes:
  10. -- ********************************************************************** */
  11. LOAD DATA
  12. INFILE *
  13. INTO TABLE hwtypes
  14. fields terminated by "|"
  15. trailing nullcols
  16. (
  17.     type,
  18.     descr
  19. )
  20. begindata
  21. 1|All Hardware|
  22. 2|Coin Hardware|
  23. 3|Bill Hardware|
  24. 4|Mag Hardware|
  25.